TitleChanged

public interface TitleChanged implements BrowserEvent

An event indicating that the web page title has been changed.

Functions

Link copied to clipboard
public Browser browser()
Returns the Browser instance initiated this event.
Link copied to clipboard
public String title()
Returns a string that represents the new title or an empty string if the new title is empty.